home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2207 / 2207.xpi / chrome / cooliris.jar / skin / classic / cooliris / cooliris.css < prev    next >
Cascading Style Sheet File  |  2010-01-28  |  17KB  |  822 lines

  1. #tabbrowser {
  2.   -moz-binding: url("chrome://global/content/bindings/tabbrowser.xml#tabbrowser");
  3. }
  4.  
  5. browser#sidebar
  6. {
  7.     max-width:none !important;
  8. }
  9.  
  10. .cooliris-main-overlay
  11. {
  12.     z-index:10000;
  13.     background-color:blue;
  14.     position:fixed;
  15.     -moz-border-radius: 3px 3px 3px 3px;
  16.     overflow:hidden;
  17. }
  18.  
  19. #cooliris-browser-stack
  20. {
  21.     opacity:1.0;
  22.     background-color:white;
  23.     border-left: solid 1px darkgray;
  24.     border-right: solid 1px darkgray;    
  25. }
  26.  
  27. .cooliris-browser
  28. {
  29.     margin-top: -1px;
  30.     z-index:10000;
  31.     position:relative;
  32.     opacity:1.0;    
  33.     background-color:White;
  34. }
  35.  
  36. .cooliris-bar
  37. {
  38.     z-index:10000;
  39.     position:relative;
  40.     opacity:1.0;
  41.     background-color:White;
  42.     border-bottom:1px solid gray;
  43. }
  44.  
  45. .cooliris-positionfixed
  46. {
  47.     position:fixed;
  48. }
  49.  
  50. .cooliris-innerframe
  51. {
  52.     z-index:10002;
  53.     position:fixed;
  54.     border:0px solid black;
  55.     background-color: #D7D7D7;
  56. }
  57.  
  58. .cooliris-toolbar 
  59. {
  60.     width:100%;
  61.     height:30px;
  62.     z-index:1000;    
  63. }
  64.  
  65.  
  66. .cooliris-stacktoolbar
  67. {
  68.     width:100%;
  69.     height:25px;
  70.     z-index:1000;
  71.     background: black repeat-x;
  72.     border-bottom: 1px solid #aaa;
  73.     padding : 5px 5px 5px 5px;    
  74. }
  75.  
  76. .cooliris-stackicon-default
  77. {
  78.     position:fixed;    
  79.     height:57px;
  80.     width:19px;    
  81.     z-index:10000;
  82. }
  83.  
  84. .cooliris-stackicon-white
  85. {
  86.     position:fixed;    
  87.     height:57px;
  88.     width:19px;    
  89.     z-index:10000;
  90. }
  91.  
  92.  
  93. .cooliris-stackHolder-default
  94. {
  95.     position:fixed;
  96.     top:220px;
  97.     right:0px;
  98.     height:250px;
  99.     width:116px;    
  100.     border: 1px solid #777;
  101.     border-right: none;
  102.     background-color:#444444;
  103.     
  104. }
  105.  
  106. .cooliris-stackHolder-white
  107. {
  108.     position:fixed;
  109.     top:220px;
  110.     right:0px;
  111.     height:250px;
  112.     width:116px;    
  113.     border: 1px solid #777;
  114.     border-right: none;    
  115. }
  116.  
  117. .cooliris-preview-toolbar toolbarbutton .toolbarbutton-icon {
  118.   
  119.   -moz-box-pack:center;
  120.   -moz-box-sizing: padding-box;
  121. }
  122.  
  123. .cooliris_contextSiteTree treechildren::-moz-tree-checkbox
  124. {
  125.   /* unchecked checkbox treecells */
  126.   list-style-image: none;
  127. }
  128. .cooliris_contextSiteTree treechildren::-moz-tree-checkbox(checked)
  129. {
  130.   /* checked checkbox treecells*/
  131.   list-style-image: url("chrome://cooliris/skin/new/cbox-check.gif");
  132. }
  133. .cooliris_contextSiteTree treechildren::-moz-tree-checkbox(disabled)
  134. {
  135.   /* disabled checkbox treecells */
  136.   list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
  137. }
  138.  
  139. .cooliris-options-select 
  140. {
  141.     list-style-image: url(chrome://cooliris/skin/new/r_arrow.png);
  142.     cursor:pointer;
  143. }
  144.  
  145. .cooliris-options-select:hover
  146. {
  147.     list-style-image: url(chrome://cooliris/skin/new/r_arrow_hover.png);
  148.     cursor:pointer;
  149. }
  150.  
  151.  
  152. .cooliris-options-deselect 
  153. {
  154.     list-style-image: url(chrome://cooliris/skin/new/l_arrow.png);
  155.     cursor:pointer;
  156. }
  157.  
  158. .cooliris-options-deselect:hover
  159. {
  160.     list-style-image: url(chrome://cooliris/skin/new/l_arrow_hover.png);
  161.     cursor:pointer;
  162. }
  163.  
  164. .cooliris-stack-element
  165. {
  166.     cursor:pointer;
  167.     position:relative;
  168.     display:block;
  169.     border:1px solid #a1a1a1;
  170.     margin:5px 5px 5px 5px;
  171. }
  172.  
  173. .cooliris-stack-element:hover
  174. {    
  175.     border:1px solid #067ccf;
  176. }
  177.  
  178.  
  179. .cooliris-binding
  180. {
  181.       -moz-binding: url("chrome://cooliris/content/bindings/cpvwBinding.xml#cpvwFrame");  
  182.       z-index:10000;
  183.     background-color:gray;
  184.     position:fixed;
  185.     -moz-border-radius: 3px 3px 3px 3px;
  186.     overflow:hidden;
  187. }
  188.  
  189. .default .subSearchBar
  190. {    
  191.     background: url(chrome://cooliris/skin/searchBar/search-fill-black.png) repeat-x;
  192.     height:26px;
  193.     margin-bottom:1px;
  194.     position:relative;
  195.     top:0px;
  196.     width:100%;
  197.     overflow:hidden;
  198. }
  199.  
  200. .white .subSearchBar
  201. {    
  202.     background: url(chrome://cooliris/skin/searchBar/search-fill-white.png) repeat-x;
  203.     height:26px;
  204.     margin-bottom:1px;
  205.     position:relative;
  206.     top:0px;
  207.     width:100%;
  208.     overflow:hidden;
  209. }
  210.  
  211.  
  212. .subSearchWord
  213. {
  214.     border:1px solid darkgray;    
  215.     height:10px;
  216.     margin:2px;    
  217. }
  218.  
  219. .subSearchLabel
  220. {
  221.     -moz-appearance:none !important;
  222.     margin-top:2px;
  223.     font-size:11px;
  224.     color:#3E3E3E;
  225. }
  226.  
  227. .subSearchText
  228. {
  229.     -moz-appearance:none !important;
  230.     border:0px transparent;
  231.     margin:4px 0px 0px 18px;
  232.     font-size:11px;
  233.     background-color:transparent;
  234.     font-family:Arial, Helvetica, sans-serif;
  235.     width:100px;    
  236. }
  237.  
  238. .default .searchTextImage
  239. {
  240.     margin-top:-3px;
  241.     background-repeat:no-repeat;    
  242.     background-image:url("chrome://cooliris/skin/searchBar/search-box-black.png");
  243.     width:127px;
  244. }
  245. .white .searchTextImage
  246. {
  247.     margin-top:-3px;
  248.     background-repeat:no-repeat;    
  249.     background-image:url("chrome://cooliris/skin/searchBar/search-box-white.png");
  250.     width:127px;
  251. }
  252.  
  253. .subSearchButton
  254. {
  255.     -moz-appearance:none !important;
  256.     padding:3px;
  257.     padding-top:4px;
  258.     margin-right: 5px;
  259.     color:#454545;
  260.     cursor:pointer;
  261.     font-weight:bold;
  262.     text-decoration:none;
  263. }
  264.  
  265. .subSearchButton:hover
  266. {
  267.     -moz-appearance:none !important;
  268.     padding:3px;
  269.     padding-top:4px;
  270.     margin-right: 5px;
  271.     color:#676767;
  272.     cursor:pointer;
  273.     font-weight:bold;
  274.     text-decoration:underline;
  275. }
  276.  
  277. .subSearchButton[selected=true]
  278. {
  279.     -moz-appearance:none !important;
  280.     padding:3px;
  281.     padding-top:4px;
  282.     margin-right: 5px;
  283.     color:#454545;
  284.     cursor:pointer;
  285.     font-weight:bold;    
  286.     text-decoration:none;
  287. }
  288.  
  289.  
  290. #cooliris-helper-frame
  291. {
  292.     position:fixed;
  293.     overflow:auto;
  294.     width:400px;
  295.     
  296.     z-index:10005;
  297.     top:300px;    
  298.     left:300px;
  299.     height:130px;    
  300. }
  301. #cooliris-helper-browser
  302. {
  303.     width:100%;
  304.     height:100%; 
  305. }
  306.  
  307. .optionsLabel
  308. {
  309.     margin-top:5px;
  310. }
  311.  
  312. #scaleIcon:focus, #scaleOpenPreview:focus, #scaleClosePreview:focus 
  313. {
  314.     border-width:0px;
  315. }
  316.  
  317. .cooliris-helperframe
  318. {
  319.     z-index:10002;
  320.     position:fixed;
  321.     border:0px solid black;
  322.     background-color: #D7D7D7;
  323. }
  324.  
  325. #cooliris-helper-content[type=preferences]
  326. {
  327.     background-image:url("chrome://cooliris/skin/helperFrame/preferences.png");
  328. }
  329.  
  330. #cooliris-helper-content[type=lock]
  331. {
  332.     background-image:url("chrome://cooliris/skin/helperFrame/lock.png");
  333. }
  334.  
  335. #cooliris-search-box
  336. {
  337.     position:fixed;
  338.     overflow:auto;
  339. }
  340.  
  341. #cooliris_previewTheme .menuitem-iconic 
  342. {
  343.     color:orange !important;
  344. }
  345. #cooliris_previewTheme .menuitem-iconic:hover 
  346. {
  347.     color:red !important;
  348. }
  349.  
  350. .cpvw_helper_close
  351. {
  352.     list-style-image: url("chrome://cooliris/skin/helperFrame/close-btn.png");
  353.     cursor:pointer;     
  354. }
  355.  
  356. .cpvw_helper_close:hover
  357. {
  358.     list-style-image: url("chrome://cooliris/skin/helperFrame/close-btn-hover.png");     
  359. }
  360.  
  361. /******************************************* Toolbar Black*********************************************************/
  362. .white, .default
  363. {
  364.     margin-top:1px;
  365. }
  366.  
  367. .default .cooliris-preview-toolbar
  368. {
  369.     background:url("chrome://cooliris/skin/new/fill-black.png") repeat-x;
  370. }
  371.  
  372. .default .cooliris_btnBack
  373. {
  374.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn-disabled.png);
  375.     -moz-box-sizing: padding-box;
  376.     cursor:pointer;
  377. }
  378.  
  379.  
  380. .default .cooliris_btnBack[goBack=true]
  381. {
  382.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn.png);
  383.     -moz-box-sizing: padding-box;
  384.     cursor:pointer;
  385. }
  386.  
  387. .default .cooliris_btnBack[clicked=true][goBack=true]
  388. {
  389.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn-click.png);
  390.     cursor:pointer;
  391. }
  392.  
  393. .default .cooliris_pushPin
  394. {
  395.     list-style-image: url(chrome://cooliris/skin/toolbar/pin-btn.png);
  396.     cursor:pointer;
  397. }
  398.  
  399. .default .cooliris_pushPin[locked=yes]
  400. {
  401.     list-style-image: url(chrome://cooliris/skin/toolbar/pin-btn-active.png);
  402.     cursor:pointer;
  403. }
  404.  
  405. .default .cooliris_sendToButton
  406. {
  407.     list-style-image: url(chrome://cooliris/skin/toolbar/email-btn.png);
  408.     cursor:pointer;
  409. }
  410.  
  411. .default .cooliris_sendToButton[clicked=true]
  412. {
  413.     list-style-image: url(chrome://cooliris/skin/toolbar/email-btn-click.png);
  414.     cursor:pointer;
  415. }
  416.  
  417. .default .cooliris_openTab
  418. {
  419.     list-style-image: url(chrome://cooliris/skin/toolbar/tab-btn.png);
  420.     cursor:pointer;
  421. }
  422.  
  423. .default .cooliris_openTab[clicked=true]
  424. {
  425.     list-style-image: url(chrome://cooliris/skin/toolbar/tab-btn-click.png);
  426.     cursor:pointer;
  427. }
  428.  
  429. .default .cooliris_stack
  430. {
  431.     list-style-image: url(chrome://cooliris/skin/toolbar/stack-btn.png);
  432.     cursor:pointer;
  433. }
  434.  
  435. .default .cooliris_stack[clicked=true]
  436. {
  437.     list-style-image: url(chrome://cooliris/skin/toolbar/stack-btn-click.png);
  438.     cursor:pointer;
  439. }
  440.  
  441. .default .cooliris_zoom
  442. {
  443.     list-style-image: url(chrome://cooliris/skin/toolbar/text-btn.png);
  444.     cursor:pointer;
  445. }
  446.  
  447. .default .cooliris_zoom[clicked=true]
  448. {
  449.     list-style-image: url(chrome://cooliris/skin/toolbar/text-btn-click.png);
  450.     cursor:pointer;
  451. }
  452.  
  453. .default .cooliris_next[goForward=true]
  454. {
  455.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn.png);
  456.     
  457.     cursor:pointer;
  458. }
  459.  
  460. .default .cooliris_next[clicked=true][goForward=true]
  461. {
  462.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn-click.png);
  463.     cursor:pointer;
  464. }
  465.  
  466. .default .cooliris_next
  467. {
  468.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn-disabled.png);
  469.     cursor:pointer;
  470. }
  471.  
  472.  
  473. .default .cooliris_close
  474. {
  475.     list-style-image: url(chrome://cooliris/skin/toolbar/close-btn.png);
  476.     cursor:pointer;
  477. }
  478.  
  479.  
  480. .default .cooliris_useroptions
  481. {
  482.     list-style-image: url(chrome://cooliris/skin/toolbar/preferences-btn.png);
  483.     cursor:pointer;
  484. }
  485.  
  486. .default .cooliris_useroptions[clicked=true]
  487. {
  488.     list-style-image: url(chrome://cooliris/skin/toolbar/preferences-btn-click.png);
  489.     cursor:pointer;
  490. }
  491.  
  492. .default .cooliris_resize_left
  493. {
  494.     cursor : sw-resize;left:0px;height:15px;border:0px solid red;
  495.     list-style-image:url(chrome://cooliris/skin/new/resizeicon_left.png);
  496. }
  497.  
  498. .default .cooliris_resize_right
  499. {
  500.     cursor : se-resize;right:0px;height:15px;border:0px solid red;
  501.     list-style-image:url(chrome://cooliris/skin/new/resizeicon_right.png);
  502. }
  503.  
  504. .default .cooliris_logo
  505. {
  506.     list-style-image: url(chrome://cooliris/skin/toolbar/cool-previews-logo.png);
  507.     cursor:pointer;
  508. }
  509.  
  510. .default .cooliris_piclenslite
  511. {
  512.     list-style-image: url(chrome://cooliris/skin/toolbar/slideshow-btn.png);
  513.     cursor:pointer;
  514. }
  515.  
  516. .default .cooliris_piclenslite[clicked=true]
  517. {
  518.     list-style-image: url(chrome://cooliris/skin/toolbar/slideshow-btn-click.png);
  519.     cursor:pointer;
  520. }
  521.  
  522. .default .cooliris_piclenslite[hasCooliris=true]
  523. {
  524.     list-style-image: url(chrome://cooliris/skin/toolbar/wall-btn.png);
  525.     cursor:pointer;
  526. }
  527.  
  528. .default .cooliris_piclenslite[clicked=true][hasCooliris=true]
  529. {
  530.     list-style-image: url(chrome://cooliris/skin/toolbar/wall-btn-click.png);
  531.     cursor:pointer;
  532. }
  533.  
  534.  
  535.  
  536. .default .cooliris-statusbar
  537. {
  538.     height:13px;
  539.     text-align:right;
  540.     background: url(chrome://cooliris/skin/new/lower_fill.png) repeat-x;
  541. }
  542.  
  543. .cooliris-stackicon-default .cooliris_stack_close
  544. {
  545.     list-style-image: url(chrome://cooliris/skin/new/stack-close-btn.png);
  546.     cursor:pointer;
  547. }
  548.  
  549. .cooliris-stackicon-default .cooliris_stack_close[clicked=true]
  550. {
  551.     list-style-image: url(chrome://cooliris/skin/new/stack-close-btn-click.png);
  552.     cursor:pointer;
  553. }
  554.  
  555. .cooliris-stackicon-default .cooliris_stack_separator
  556. {
  557.     list-style-image: url(chrome://cooliris/skin/new/stack_sep.png);
  558.     cursor:pointer;
  559. }
  560.  
  561. .cooliris-stackicon-default .cooliris_stack_lock
  562. {
  563.     list-style-image: url(chrome://cooliris/skin/new/stack-pin-btn.png);
  564.     cursor:pointer;
  565. }
  566.  
  567. .cooliris-stackicon-default .cooliris_stack_lock[locked=true]
  568. {
  569.     list-style-image: url(chrome://cooliris/skin/new/stack-pin-btn-active.png);
  570.     cursor:pointer;
  571. }
  572.  
  573. .cooliris-stackicon-default .cooliris_stack_logo
  574. {
  575.     list-style-image: url(chrome://cooliris/skin/stack/cool-previews-logo-tilted.png);
  576.     cursor:pointer;
  577. }
  578.  
  579. .cooliris-stackicon-default .cooliris_stack_collapsed_logo
  580. {
  581.     list-style-image: url(chrome://cooliris/skin/stack/cool-previews-logo-base.png);
  582.     cursor:pointer;    
  583. }
  584.  
  585. .cooliris-stackHolder-default .cooliris_stack_resize
  586. {
  587.     cursor : s-resize;right:0px;
  588.     height:11px;
  589.     width:114px;
  590.     border: 1px solid #777;
  591.     list-style-image: url(chrome://cooliris/skin/stack/resize-bar.png);
  592. }
  593. /******************************************* Toolbar White*********************************************************/
  594.  
  595. .white .cooliris-preview-toolbar
  596. {
  597.     background:url("chrome://cooliris/skin/new/fill-white.png") repeat-x;
  598. }
  599.  
  600. .white .cooliris_btnBack
  601. {
  602.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn-disabled-white.png);
  603.     -moz-box-sizing: padding-box;
  604.     cursor:pointer;
  605. }
  606.  
  607. .white .cooliris_btnBack[goBack=true]
  608. {
  609.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn-white.png);
  610.     -moz-box-sizing: padding-box;
  611.     cursor:pointer;
  612. }
  613.  
  614. .white .cooliris_btnBack[clicked=true][goBack=true]
  615. {
  616.     list-style-image: url(chrome://cooliris/skin/toolbar/back-btn-click-white.png);
  617.     cursor:pointer;
  618. }
  619.  
  620. .white .cooliris_pushPin
  621. {
  622.     list-style-image: url(chrome://cooliris/skin/toolbar/pin-btn-white.png);
  623.     cursor:pointer;
  624. }
  625.  
  626. .white .cooliris_pushPin[locked=yes]
  627. {
  628.     list-style-image: url(chrome://cooliris/skin/toolbar/pin-btn-active-white.png);
  629.     cursor:pointer;
  630. }
  631.  
  632. .white .cooliris_sendToButton
  633. {
  634.     list-style-image: url(chrome://cooliris/skin/toolbar/email-btn-white.png);
  635.     cursor:pointer;
  636. }
  637.  
  638. .white .cooliris_sendToButton[clicked=true]
  639. {
  640.     list-style-image: url(chrome://cooliris/skin/toolbar/email-btn-click-white.png);
  641.     cursor:pointer;
  642. }
  643.  
  644. .white .cooliris_openTab
  645. {
  646.     list-style-image: url(chrome://cooliris/skin/toolbar/tab-btn-white.png);
  647.     cursor:pointer;
  648. }
  649.  
  650. .white .cooliris_openTab[clicked=true]
  651. {
  652.     list-style-image: url(chrome://cooliris/skin/toolbar/tab-btn-click-white.png);
  653.     cursor:pointer;
  654. }
  655.  
  656. .white .cooliris_stack
  657. {
  658.     list-style-image: url(chrome://cooliris/skin/toolbar/stack-btn-white.png);
  659.     cursor:pointer;
  660. }
  661.  
  662. .white .cooliris_stack[clicked=true]
  663. {
  664.     list-style-image: url(chrome://cooliris/skin/toolbar/stack-btn-click-white.png);
  665.     cursor:pointer;
  666. }
  667.  
  668. .white .cooliris_zoom
  669. {
  670.     list-style-image: url(chrome://cooliris/skin/toolbar/text-btn-white.png);
  671.     cursor:pointer;
  672. }
  673.  
  674. .white .cooliris_zoom[clicked=true]
  675. {
  676.     list-style-image: url(chrome://cooliris/skin/toolbar/text-btn-click-white.png);
  677.     cursor:pointer;
  678. }
  679.  
  680. .white .cooliris_next[goForward=true]
  681. {
  682.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn-white.png);
  683.     
  684.     cursor:pointer;
  685. }
  686.  
  687. .white .cooliris_next[clicked=true][goForward=true]
  688. {
  689.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn-click-white.png);
  690.     cursor:pointer;
  691. }
  692.  
  693. .white .cooliris_next
  694. {
  695.     list-style-image: url(chrome://cooliris/skin/toolbar/forward-btn-disabled-white.png);
  696.     cursor:pointer;
  697. }
  698.  
  699.  
  700. .white .cooliris_close
  701. {
  702.     list-style-image: url(chrome://cooliris/skin/toolbar/close-btn-white.png);
  703.     cursor:pointer;
  704. }
  705.  
  706.  
  707. .white .cooliris_useroptions
  708. {
  709.     list-style-image: url(chrome://cooliris/skin/toolbar/preferences-btn-white.png);
  710.     cursor:pointer;
  711. }
  712.  
  713. .white .cooliris_useroptions[clicked=true]
  714. {
  715.     list-style-image: url(chrome://cooliris/skin/toolbar/preferences-btn-click-white.png);
  716.     cursor:pointer;
  717. }
  718.  
  719. .white .cooliris_resize_left
  720. {
  721.     cursor : sw-resize;left:0px;height:15px;border:0px solid red;
  722.     list-style-image:url(chrome://cooliris/skin/new/resizeicon_left_white.png);
  723. }
  724.  
  725. .white .cooliris_resize_right
  726. {
  727.     cursor : se-resize;right:0px;height:15px;border:0px solid red;
  728.     list-style-image:url(chrome://cooliris/skin/new/resizeicon_right_white.png);
  729. }
  730.  
  731. .white .cooliris_logo
  732. {
  733.     list-style-image: url(chrome://cooliris/skin/toolbar/cool-previews-logo-white.png);
  734.     cursor:pointer;
  735. }
  736.  
  737. .white .cooliris_piclenslite
  738. {
  739.     list-style-image: url(chrome://cooliris/skin/toolbar/slideshow-btn-white.png);
  740.     cursor:pointer;
  741. }
  742.  
  743. .white .cooliris_piclenslite[clicked=true]
  744. {
  745.     list-style-image: url(chrome://cooliris/skin/toolbar/slideshow-btn-click-white.png);
  746.     cursor:pointer;
  747. }
  748.  
  749. .white .cooliris-statusbar
  750. {
  751.     height:13px;
  752.     text-align:right;
  753.     background: url(chrome://cooliris/skin/new/lower_fill_white.png) repeat-x;
  754. }
  755.  
  756. .white .cooliris_piclenslite[hasCooliris=true]
  757. {
  758.     list-style-image: url(chrome://cooliris/skin/toolbar/wall-btn-white.png);
  759.     cursor:pointer;
  760. }
  761.  
  762. .white .cooliris_piclenslite[clicked=true][hasCooliris=true]
  763. {
  764.     list-style-image: url(chrome://cooliris/skin/toolbar/wall-btn-click-white.png);
  765.     cursor:pointer;
  766. }
  767.  
  768.  
  769.  
  770. .cooliris-stackicon-white .cooliris_stack_close
  771. {
  772.     list-style-image: url(chrome://cooliris/skin/new/stack-close-btn-white.png);
  773.     cursor:pointer;
  774. }
  775.  
  776. .cooliris-stackicon-white .cooliris_stack_close[clicked=true]
  777. {
  778.     list-style-image: url(chrome://cooliris/skin/new/stack-close-btn-click-white.png);
  779.     cursor:pointer;
  780. }
  781.  
  782. .cooliris-stackicon-white .cooliris_stack_lock
  783. {
  784.     list-style-image: url(chrome://cooliris/skin/new/stack-pin-btn-white.png);
  785.     cursor:pointer;
  786. }
  787.  
  788. .cooliris-stackicon-white .cooliris_stack_lock[locked=true]
  789. {
  790.     list-style-image: url(chrome://cooliris/skin/new/stack-pin-btn-active-white.png);
  791.     cursor:pointer;
  792. }
  793.  
  794. .cooliris-stackicon-white .cooliris_stack_separator
  795. {
  796.     list-style-image: url(chrome://cooliris/skin/new/stack_sep-white.png);
  797.     cursor:pointer;
  798. }
  799.  
  800. .cooliris-stackicon-white .cooliris_stack_logo
  801. {
  802.     list-style-image: url(chrome://cooliris/skin/stack/cool-previews-logo-tilted-white.png);
  803.     cursor:pointer;
  804. }
  805.  
  806. .cooliris-stackicon-white .cooliris_stack_collapsed_logo
  807. {
  808.     list-style-image: url(chrome://cooliris/skin/stack/cool-previews-logo-base-white.png);
  809.     cursor:pointer;    
  810. }
  811.  
  812. .cooliris-stackHolder-white .cooliris_stack_resize
  813. {
  814.     cursor : s-resize;
  815.     right:0px;    
  816.     height:11px;
  817.     
  818.     width:114px;
  819.     
  820.     list-style-image: url(chrome://cooliris/skin/stack/resize-bar-white.png);
  821.     border: 1px solid #777;
  822. }